Namespace:  C1.C1Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
protected C1ObservableKeyedCollection(
	IEqualityComparer<TKey> comparer,
	int dictionaryCreationThreshold
)
Visual Basic
Protected Sub New ( _
	comparer As IEqualityComparer(Of TKey), _
	dictionaryCreationThreshold As Integer _
)

Parameters

comparer
Type: System.Collections.Generic..::..IEqualityComparer<(Of <(<'TKey>)>)>
dictionaryCreationThreshold
Type: System..::..Int32

See Also